TrimDescribeError

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

TrimDescribeError()  

SYNOPSIS

trim_lib/trim_err.c:45

char *TrimDescribeError(TrimFatalErrorType ErrorNum)
 

DESCRIPTION

Returns a string describing a the given error. Errors can be raised by any member of this trim library as well as other users. Raised error will cause an invokation of TrimFatalError function which decides how to handle this error. TrimFatalError can for example, invoke this routine with the error type, print the appropriate message and quit the program.  

PARAMETERS:

ErrorNum: Type of the error that was raised.  

FUNCTION RETURN VALUE

char *: A string describing the error type.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:16 GMT, October 17, 2022